html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.banner a img {
  width: 100%;
}
@font-face {
  font-family: 'sy';
  src: url('../fonts/sy_r.TTF') format('truetype');
}
body,
html {
  font-family: "sy";
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.title {
  text-align: center;
  padding: 40px 0;
}
.title h4 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.title .line {
  width: 50px;
  height: 4px;
  background-color: #191da2;
  margin: 0 auto 15px;
}
.title h5 {
  font-size: 14px;
  color: #333333;
}
.know_more a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #191da2;
  border: solid 1px #191da2;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin: 50px auto 0;
}
.header {
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
}
.header .content {
  height: 130px !important;
}
.header .content .logo {
  float: left;
}
.header .content .logo a {
  display: block;
  /*margin-top: 15px;*/
}
.header .content .right {
  float: right;
}
.header .content .right .nav {
  float: left;
}
.header .content .right .nav > li {
  float: left;
  position: relative;
  padding-top: 30px;
  margin: 0 35px;
  height: 80px;
}
.header .content .right .nav > li.active > a {
  border-bottom: 2px solid #0306a1;
}
.header .content .right .nav > li:hover > a {
  border-bottom: 2px solid #0306a1;
}
.header .content .right .nav > li:hover .son_nav {
  display: block;
}
.header .content .right .nav > li > a {
  display: block;
  font-size: 18px;
  color: #333333;
}
.header .content .right .nav > li .son_nav {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}
.header .content .right .nav > li .son_nav ul li {
  text-align: center;
  border-bottom: 1px solid #e3e3ff;
}
.header .content .right .nav > li .son_nav ul li a {
  display: inline-block;
  min-width: 120px;
  padding: 0 10px;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  width: auto;
  white-space: nowrap;
}
.header .content .right .nav > li .son_nav ul li a:hover {
  color: #0306a1;
}
.header .content .right .language {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.header .content .right .language span {
  font-size: 12px;
  color: #333333;
}
.header .content .right .language .slide {
  width: 20px;
  height: 10px;
  background-color: #0305a4;
  border-radius: 5px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.header .content .right .language .slide.active .white {
  right: 1px;
  left: auto;
}
.header .content .right .language .slide .white {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
}
.footer {
  background-color: #292929;
}
.footer .content {
  overflow: hidden;
}
.footer .content .top {
  height: 321px;
  border-bottom: 1px solid #333;
}
.footer .content .top .logo {
  text-align: center;
  margin: 30px 0;
}
.footer .content .top .foot_link {
  overflow: hidden;
}
.footer .content .top .foot_link .nav {
  width: 60%;
  overflow: hidden;
  float: left;
  background: url(../images/line.png) no-repeat right center;
}
.footer .content .top .foot_link .nav ul {
  overflow: hidden;
}
.footer .content .top .foot_link .nav ul li {
  float: left;
  margin-right: 80px;
}
.footer .content .top .foot_link .nav ul li a {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  display: block;
}
.footer .content .top .foot_link .nav ul li a:first-child {
  font-size: 16px;
  color: #999999;
}
.footer .content .top .foot_link .nav ul li a:hover {
  color: #fff;
}
.footer .content .top .foot_link .contact {
  width: 20%;
  float: left;
  background: url(../images/line.png) no-repeat right center;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .content .top .foot_link .contact p {
  margin: 5px 0;
}
.footer .content .top .foot_link .contact p span {
  font-size: 14px;
  color: #666666;
}
.footer .content .top .foot_link .last {
  float: right;
  width: 20%;
}
.footer .content .top .foot_link .last a {
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .content .top .foot_link .last a:hover p {
  color: #fff;
}
.footer .content .top .foot_link .last a h5 {
  font-size: 18px;
  color: #666666;
}
.footer .content .top .foot_link .last a p {
  font-size: 14px;
  color: #666666;
}
.footer .content .bottom {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.footer .content .bottom a {
  font-size: 12px;
  color: #454545;
}
.footer .content .bottom a:hover {
  color: #fff;
}
.am-header {
  z-index: 999;
  width: 100%;
  display: none;
  background: #fff;
}
.am-header h1 a {
  display: block;
}
.am-header h1 a img {
  width: 80px;
  height: auto !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
  margin-bottom: 6px;
}
.am-header .am-btn {
  background: #3f80d5;
  color: #fff ;
}
.am-offcanvas-bar {
  background: #fff;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  content: "\f105";
}
.am-offcanvas-bar .am-icon-angle-left:before {
  content: "\f105";
}
.am-offcanvas-bar .am-menu-nav > li > a {
  height: 70px;
  line-height: 70px;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.am-offcanvas-bar .morenav.active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.am-offcanvas-bar .am-nav > li > a {
  padding-left: 0;
}
.am-offcanvas-bar:after {
  background: #fff;
}
.am-offcanvas-bar .am-menu-sub {
  background: #3f80d5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.am-offcanvas-bar .am-menu-sub a {
  color: #fff;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #3f80d5 !important;
  color: #fff !important;
}
.am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
  border-top: none;
}
.am-offcanvas-bar .am-menu-nav > li > a {
  color: #666;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.am-offcanvas-bar .aside a {
  color: #3f80d5;
}
.banner {
  position: relative;
}
.banner .second_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner .second_nav .content {
  padding-bottom: 0 !important;
}
.banner .second_nav .content ul li:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #f7f8fa;
}
.banner .second_nav .content ul li a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.banner .second_nav .content ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #f7f8fa;
}
.page {
  margin: 20px 0 0;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li {
  float: left;
}
.page ul li:hover a,
.page ul li.active a {
  background-color: #0306a1;
  color: #fff;
}
.page ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.index_banner .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}
.index_banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #0306a1;
  opacity: 1;
}
.index_banner .swiper-container .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #0306a1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.index .item1 {
  background: url(../images/index_item1_bg.jpg) no-repeat center;
}
.index .item1 .content {
  height: 626px;
  overflow: hidden;
}
.index .item1 .content ul {
  margin: 0 -15px;
}
.index .item1 .content ul li {
  padding: 0 15px;
}
.index .item1 .content ul li a {
  position: relative;
  display: block;
}
.index .item1 .content ul li a:hover .cover1 {
  display: none;
}
.index .item1 .content ul li a:hover .cover2 {
  display: flex;
}
.index .item1 .content ul li a img {
  width: 100%;
}
.index .item1 .content ul li a .cover1,
.index .item1 .content ul li a .cover2 {
  position: absolute;
  width: 100%;
  left: 0;
}
.index .item1 .content ul li a .cover1 {
  bottom: 10%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.index .item1 .content ul li a .cover2 {
  bottom: 0;
  height: 40%;
  background-color: rgba(47, 99, 171, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
.index .item1 .content ul li a .cover2 p {
  font-size: 20px;
  color: #ffffff;
}
.index .item1 .content ul li a .cover2 span {
  display: block;
  width: 120px;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0;
}
.index .item2 {
  background: #fff;
}
.index .item2 .content {
  height: 542px;
}
.index .item2 .content .title .line {
  margin-bottom: 0;
}
.index .item2 .content .small_nav ul {
  display: flex;
  justify-content: space-around;
}
.index .item2 .content .small_nav ul li:hover a,
.index .item2 .content .small_nav ul li.active a {
  background-color: #191da2;
  color: #fff;
}
.index .item2 .content .small_nav ul li a {
  display: block;
  min-width: 120px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  padding: 0 20px;
}
.index .item2 .content .list {
  position: relative;
  padding: 0px 50px;
  margin-top: 20px;
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 10px;
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide a:hover .cover {
  display: block;
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide a .cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background: rgba(25, 29, 162, 0.8);
}
.index .item2 .content .list .swiper-container .swiper-wrapper .swiper-slide a .cover .center {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.index .item2 .content .list .swiper-button-next,
.index .item2 .content .list .swiper-button-prev {
  width: 32px;
  height: 100px;
  background-color: #191da2;
  color: #fff;
  background-image: none;
  border-radius: 10px 0px 0px 10px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 100px;
  outline: none;
  margin-top: 0;
  transform: translateY(-50%);
}
.index .item2 .content .list .swiper-button-next i,
.index .item2 .content .list .swiper-button-prev i {
  font-size: 30px;
}
.index .item2 .content .list .swiper-button-next {
  border-radius: 0px 10px 10px 0px;
}
.index .item2 .content .list .swiper-button-next.swiper-button-disabled,
.index .item2 .content .list .swiper-button-prev.swiper-button-disabled {
  background-color: #ffffff;
  color: #666;
  opacity: 1;
}
.index .item3 {
  background-color: #fbfbfb;
}
.index .item3 .content {
  height: 797px;
}
.index .item3 .content .center {
  overflow: hidden;
  position: relative;
}
.index .item3 .content .center .left {
  width: 49%;
  float: left;
}
.index .item3 .content .center .left a {
  overflow: hidden;
  display: block;
  position: relative;
}
.index .item3 .content .center .left a:hover img {
  transform: scale(1.1);
}
.index .item3 .content .center .left a .cover {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
.index .item3 .content .center .left a .cover h5 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.index .item3 .content .center .left a .cover p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.index .item3 .content .center .left a img {
  width: 100%;
  transition: all .5s linear;
}
.index .item3 .content .center .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index .item3 .content .center .right .one {
  width: 100%;
  height: 47%;
  border: solid 1px #dedede;
}
.index .item3 .content .center .right .one a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .center .right .one a:hover .word h5,
.index .item3 .content .center .right .one a:hover .word p {
  color: #191da2;
}
.index .item3 .content .center .right .one a .pic {
  width: 44%;
  float: left;
  overflow: hidden;
}
.index .item3 .content .center .right .one a .pic img {
  width: 100%;
  height: 100%;
  transition: all .5s linear;
}
.index .item3 .content .center .right .one a .word {
  width: 56%;
  float: right;
  padding: 15px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .item3 .content .center .right .one a .word h5 {
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  color: #333333;
}
.index .item3 .content .center .right .one a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 20px;
  max-height: 80px;
}
.index .item3 .content .center .right .one a .word span i {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-left: 5px;
}
.about01 .item1 .content {
  padding-bottom: 100px;
}
.about01 .item1 .content .center {
  overflow: hidden;
  position: relative;
}
.about01 .item1 .content .center .left {
  float: left;
  width: 57%;
}
.about01 .item1 .content .center .left img {
  width: 100%;
}
.about01 .item1 .content .center .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 75%;
  width: 45%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(3, 6, 161, 0.06);
  border-right: 4px solid #191da2;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about01 .item1 .content .center .right p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.about01 .item2 {
  background: url(../images/about01_bg.jpg) no-repeat center;
  background-size: cover;
}
.about01 .item2 .content {
  height: 250px;
}
.about01 .item2 .content ul li {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about01 .item2 .content ul li:first-child {
  background: url(../images/line_w.png) no-repeat right center;
}
.about01 .item2 .content ul li:last-child {
  background: url(../images/line_w.png) no-repeat left center;
}
.about01 .item2 .content ul li .word {
  margin-left: 10px;
}
.about01 .item2 .content ul li .word h5 {
  font-size: 40px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
}
.about01 .item2 .content ul li .word h5 i {
  font-size: 16px;
}
.about01 .item2 .content ul li .word p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
.about02 .item1 .content {
  padding-bottom: 80px;
}
.about02 .item1 .content .list li:last-child a {
  border-bottom: 0 solid #000;
}
.about02 .item1 .content .list li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dashed #dedede;
  overflow: hidden;
  height: 210px;
}
.about02 .item1 .content .list li a:hover .pic img {
  transform: scale(1.1);
}
.about02 .item1 .content .list li a:hover .word h5,
.about02 .item1 .content .list li a:hover .word p {
  color: #191da2;
}
.about02 .item1 .content .list li a .pic {
  float: left;
  overflow: hidden;
}
.about02 .item1 .content .list li a .pic img {
  width: 240px;
  transition: all .5s linear;
}
.about02 .item1 .content .list li a .word {
  float: left;
  width: 73%;
  padding: 30px 30px 0;
}
.about02 .item1 .content .list li a .word h5 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
  max-height: 20px;
}
.about02 .item1 .content .list li a .word p {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
  color: #999999;
}
.about02 .item1 .content .list li a .data {
  float: right;
  width: 130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.about02 .item1 .content .list li a .data::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 96px;
  background-color: #999999;
}
.about02 .item1 .content .list li a .data h5 {
  font-size: 30px;
  color: #333333;
}
.about02 .item1 .content .list li a .data p {
  font-size: 16px;
  color: #999999;
}
.about02_detail .content {
  overflow: hidden;
}
.about02_detail .content h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.about02_detail .content h6 {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}
.about02_detail .content p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.about02_detail .content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.about02_detail .content .know_more a {
  background: #fff;
  color: #0307a1;
  margin: 50px auto;
}
.about02_detail .content .know_more a:hover {
  background: #0307a1;
  color: #fff;
}
.about02_detail .content .upNext {
  border-top: 1px dashed #dedede;
  padding: 10px 0 80px;
}
.about02_detail .content .upNext p a {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.about02_detail .content .upNext p a:hover {
  color: #0306a1;
}
.about03 .content {
  padding-bottom: 80px;
}
.about03 .content .list {
  overflow: hidden;
  padding: 10px;
}
.about03 .content .list li {
  margin-bottom: 30px;
  padding: 15px 50px;
  box-shadow: 0px 0px 10px 0px rgba(3, 6, 161, 0.06);
}
.about03 .content .list li.active .top {
  border-bottom: 1px solid #eee;
}
.about03 .content .list li.active .bottom {
  display: block;
}
.about03 .content .list li .top {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about03 .content .list li .top span {
  display: block;
  width: 33.33%;
  height: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #999999;
}
.about03 .content .list li .top .name {
  color: #333333;
}
.about03 .content .list li .top .money {
  color: #ff0000;
}
.about03 .content .list li .top .year {
  color: #333333;
}
.about03 .content .list li .top .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.about03 .content .list li .top .btn:hover {
  color: #0306a1;
}
.about03 .content .list li .bottom {
  display: none;
}
.about03 .content .list li .bottom h5,
.about03 .content .list li .bottom h6,
.about03 .content .list li .bottom p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product_center .content {
  max-width: 1760px;
  padding: 50px 0 80px;
  overflow: hidden;
}
.product_center .content .content_l {
  float: left;
  width: 20%;
  padding-right: 30px;
}
.product_center .content .content_l ul li.active h5::after {
  content: "-";
}
.product_center .content .content_l ul li.active ul {
  display: block;
}
.product_center .content .content_l ul li h5 {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.product_center .content .content_l ul li h5::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 16px;
  color: #333333;
}
.product_center .content .content_l ul li ul {
  display: none;
}
.product_center .content .content_l ul li ul li {
  padding-left: 20px;
}
.product_center .content .content_l ul li ul li.active a,
.product_center .content .content_l ul li ul li:hover a {
  color: #3d40b7;
}
.product_center .content .content_l ul li ul li a {
  font-size: 14px;
  color: #999999;
}
.product_center .content .content_r {
  float: right;
  width: 80%;
  padding-left: 30px;
  border-left: 1px dashed #eee;
}
.product_center .content .content_r .left {
  margin-bottom: 50px;
}
.product_center .content .content_r .left h4 {
  height: 48px;
  background-color: #d9e6ff;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
}
.product_center .content .content_r .left ul li {
  background-color: #f7faff;
}
.product_center .content .content_r .left ul li.active h5::after {
  content: "-";
}
.product_center .content .content_r .left ul li.active .bottom {
  display: block;
}
.product_center .content .content_r .left ul li h5 {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.product_center .content .content_r .left ul li h5::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.product_center .content .content_r .left ul li .bottom {
  display: none;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.product_center .content .content_r .left ul li .bottom a {
  margin: 10px 0;
  display: block;
  font-size: 12px;
  color: #999;
}
.product_center .content .content_r .left ul li .bottom a:hover {
  color: #0306a1;
}
.product_center .content .content_r .right::-webkit-scrollbar {
  width: 5px !important;
}
.product_center .content .content_r .right::-webkit-scrollbar-track {
  background-color: #eee;
}
.product_center .content .content_r .right::-webkit-scrollbar-track-piece {
  background-color: #eee;
  -webkit-border-radius: 5px;
}
.product_center .content .content_r .right::-webkit-scrollbar-thumb {
  background-color: #3d40b7;
  border: solid 1px #3d40b7;
  border-radius: 5px;
}
.product_center .content .content_r .right::-webkit-scrollbar-corner {
  width: 5px;
  background-color: #eee;
}
.product_center .content .content_r .right::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.product_center .content .content_r .right::-webkit-scrollbar-thumb:hover {
  background-color: #3d40b7;
}
.product_center .content .content_r .right {
  max-width: 1400px;
}
.product_center .content .content_r .right table {
  width: 1800px;
}
.product_center .content .content_r .right table tr:nth-child(2n) td {
  background-color: #f3f3fa;
}
.product_center .content .content_r .right table tr th,
.product_center .content .content_r .right table tr td {
  font-size: 16px;
  color: #333333;
  background-color: #e2ecff;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #fff;
}
.product_center .content .content_r .right table tr th {
  color: #fff;
  font-weight: normal;
  background-color: #3d40b7;
}
.service01 .content .center {
  padding-bottom: 80px;
}
.service01 .content .center ul li {
  position: relative;
  height: 350px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service01 .content .center ul li:hover .cover {
  display: flex;
}
.service01 .content .center ul li > h4 {
  font-size: 16px;
  color: #333333;
  position: relative;
  top: 76px;
}
.service01 .content .center ul li .cover {
  z-index: 2;
  display: none;
  background-color: #0306a1;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service01 .content .center ul li .cover h4 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}
.service01 .content .center ul li .cover .line {
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin: 20px 0;
}
.service01 .content .center ul li .cover p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.service02 .content {
  padding-bottom: 80px;
}
.service02 .content .list {
  margin-bottom: 40px;
}
.service02 .content .list li {
  height: 80px;
  border-bottom: 1px dashed #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service02 .content .list li h5 {
  font-size: 14px;
  color: #333333;
  padding-left: 13px;
  position: relative;
}
.service02 .content .list li h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #0307a0;
}
.service02 .content .list li span {
  font-size: 14px;
  color: #333333;
}
.service02 .content .list li a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
}
.service02 .content .list li a:hover {
  background-color: #0306a1;
}
.service02 .content .list li a:hover .dow_w {
  display: inline-block;
}
.service02 .content .list li a:hover .dow_b {
  display: none;
}
.service02 .content .list li a:hover i {
  color: #fff;
}
.service02 .content .list li a i {
  font-size: 14px;
  color: #333;
}
.service02 .content .list li a .dow_w {
  display: none;
}
.contact01 .content {
  padding-bottom: 80px;
}
.contact01 .content ul li a {
  display: block;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}
.contact01 .content ul li a .pic {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border: solid 2px #0406a2;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.contact01 .content ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.contact02 .content .center {
  overflow: hidden;
}
.contact02 .content .center .left {
  width: 50%;
  float: left;
}
.contact02 .content .center .left form div {
  margin-bottom: 20px;
}
.contact02 .content .center .left form div span {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
  width: 15%;
  text-align: center;
}
.contact02 .content .center .left form div input {
  width: 75%;
  height: 40px;
  background-color: #f7f8ff;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.contact02 .content .center .left form div textarea {
  width: 75%;
  height: 120px;
  background-color: #f7f8ff;
  border: none;
  resize: none;
  outline: none;
  font-size: 16px;
  color: #333;
  text-indent: 16px;
}
.contact02 .content .center .left form .sub {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #191da2;
  border: solid 1px #191da2;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin: 0px auto 20px;
}
.contact02 .content .center .right {
  float: right;
  width: 50%;
}
.contact02 .content .center .right img {
  width: 100%;
}
.area {
  padding-bottom: 80px;
}
.area .content {
  max-width: 1760px;
  padding: 50px 10px 80px;
  overflow: hidden;
}
.area .content .content_l {
  float: left;
  width: 20%;
  padding-right: 30px;
}
.area .content .content_l ul li.active h5::after {
  content: "-";
}
.area .content .content_l ul li.active ul {
  display: block;
}
.area .content .content_l ul li h5 {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.area .content .content_l ul li h5::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 16px;
  color: #333333;
}
.area .content .content_l ul li ul {
  display: none;
}
.area .content .content_l ul li ul li {
  padding-left: 20px;
}
.area .content .content_l ul li ul li.active a,
.area .content .content_l ul li ul li:hover a {
  color: #3d40b7;
}
.area .content .content_l ul li ul li a {
  font-size: 14px;
  color: #999999;
}
.area .content .content_r {
  position: relative;
  float: right;
  width: 76%;
  padding: 0 100px;
  box-shadow: 0px 2px 6px 0px rgba(23, 23, 23, 0.08);
}
.area .content .content_r::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  border: dashed 1px #dedede;
}
.area .content .content_r .center {
  overflow: hidden;
}
.area .content .content_r .center .word {
  overflow: hidden;
}
.area .content .content_r .center .word p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  color: #666;
}
.area .content .content_r .center .word img {
  max-width: 100%;
}
.area .content .content_r .center .word ul {
  margin: 20px -10px 0;
}
.area .content .content_r .center .word ul li {
  padding: 0 10px;
}
.area .content .content_r .center .word a {
  display: block;
  width: 150px;
  height: 50px;
  background-color: #191da2;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  margin: 50px auto;
}
@media screen and (max-width: 1410px) {
  .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1399px) {
  .content {
    height: auto !important;
    padding-bottom: 20px !important;
  }
  .footer .content .top .foot_link .nav ul {
    display: flex;
    justify-content: space-around;
  }
  .footer .content .top .foot_link .nav ul li {
    margin-right: 0;
    float: none;
  }
  .index .item1 .content ul li a .cover2 span {
    margin: 0 auto;
  }
  .about01 .item1 .content .center .right {
    padding: 20px;
  }
  .about01 .item1 .content .center .right p {
    line-height: 1.5;
  }
  .about02 .item1 .content .list li a .word {
    width: 65%;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    display: none;
  }
  .am-header {
    display: block;
  }
  .footer .content .top {
    height: auto;
  }
  .footer .content .top .foot_link {
    display: none;
  }
  .footer .content .bottom {
    height: auto;
    line-height: 1.5;
  }
  .banner .second_nav {
    display: none;
  }
  .index .item2 .content .small_nav {
    display: none;
  }
  .index .item3 .content .center .right .one a .word {
    padding: 10px;
  }
  .index .item3 .content .center .right .one a .word h5 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 24px;
    max-height: 24px;
  }
  .index .item3 .content .center .right .one a .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
  }
  .about01 .item1 .content .center {
    position: static;
  }
  .about01 .item1 .content .center .left {
    float: none;
    width: 100%;
  }
  .about01 .item1 .content .center .right {
    position: static;
    transform: none;
    width: 100%;
    border: none;
  }
  .about02 .item1 .content .list li a .word {
    width: 48%;
  }
}
@media screen and (max-width: 1023px) {
  .about03 .content .list li {
    padding: 10px;
  }
  .product_center .content .content_l {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .product_center .content .content_r {
    float: none;
    width: 100%;
    padding-left: 0;
    border-left: 0 solid #000;
  }
  .product_center .content .content_r .left {
    margin-bottom: 10px;
  }
  .area .content .content_l {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .area .content .content_r {
    float: none;
    width: 100%;
    padding: 10px;
    border-left: 0 solid #000;
  }
  .area .content .content_r .left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .know_more a {
    margin: 20px auto 0;
  }
  .title {
    padding: 10px 0;
  }
  .title h4 {
    font-size: 20px;
  }
  .title .line {
    margin-bottom: 5px;
  }
  .title h5 {
    font-size: 14px;
  }
  .index .item1 .content ul {
    margin: 0 -5px;
  }
  .index .item1 .content ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .index .item1 .content ul li a .cover1 {
    display: block !important;
    font-size: 16px;
  }
  .index .item1 .content ul li a .cover2 {
    display: none !important;
  }
  .index .item3 .content .center {
    position: static;
  }
  .index .item3 .content .center .left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .index .item3 .content .center .left a .cover {
    padding: 0 10px;
  }
  .index .item3 .content .center .right {
    position: static;
    float: none;
    width: 100%;
  }
  .index .item3 .content .center .right .one {
    margin-bottom: 10px;
  }
  .index .item3 .content .center .right .one a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .index .item3 .content .center .right .one a > div {
    float: none !important;
    width: 100% !important;
  }
  .index .item3 .content .center .right .one a .word {
    padding: 20px 10px;
  }
  .index .item3 .content .center .right .one a .word p {
    margin: 10px 0;
  }
  .about01 .item2 .content {
    padding: 0 !important;
  }
  .about01 .item2 .content ul li {
    height: 150px;
  }
  .about01 .item2 .content ul li .word h5,
  .about01 .item2 .content ul li .word p {
    font-size: 12px;
  }
  .about02_detail .content h4 {
    margin-top: 10px;
  }
  .about02_detail .content h6 {
    margin-bottom: 10px;
  }
  .about02_detail .content .know_more a {
    margin: 10px auto 20px;
  }
  .about02_detail .content .upNext {
    padding: 10px 0 0;
  }
  .about02 .item1 .content .list li a {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .about02 .item1 .content .list li a > div {
    float: none !important;
    width: 100% !important;
  }
  .about02 .item1 .content .list li a .pic img {
    width: 100%;
  }
  .about02 .item1 .content .list li a .word {
    padding: 10px;
  }
  .about02 .item1 .content .list li a .data {
    display: none;
  }
  .about03 .content .list {
    padding: 5px;
  }
  .about03 .content .list li {
    padding: 0 5px;
  }
  .about03 .content .list li .top {
    height: 120px;
    padding: 20px 0;
  }
  .about03 .content .list li .top span {
    font-size: 12px;
    padding: 0 2px;
  }
  .about03 .content .list li .top .btn {
    font-size: 12px;
  }
  .contact01 .content ul li a {
    width: 100%;
  }
  .contact01 .content ul li a .pic {
    border: none;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .contact01 .content ul li a p {
    font-size: 12px;
    line-height: 1.5;
  }
  .contact02 .content .center {
    display: flex;
    flex-direction: column;
  }
  .contact02 .content .center > div {
    width: 100% !important;
    float: none !important;
  }
  .contact02 .content .center .left form div span {
    width: 100%;
    text-align: left;
  }
  .contact02 .content .center .left form div input,
  .contact02 .content .center .left form div textarea {
    width: 100%;
  }
  .service02 .content .list li h5,
  .service02 .content .list li span {
    font-size: 12px;
  }
  .service02 .content .list li a {
    width: auto;
    border: none;
  }
  .service02 .content .list li a i {
    display: none;
  }
  .area {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .area .content .content_r .center .word ul li {
    width: 100%;
    margin: 10px 0;
  }
}
